2008-07-05 Michael Natterer <mitch@imendio.com>
* gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up
other include weirdness in this file.
svn path=/trunk/; revision=20779
+2008-07-05 Michael Natterer <mitch@imendio.com>
+
+ * gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up
+ other include weirdness in this file.
+
2008-07-05 Matthias Clasen <mclasen@redhat.com>
* NEWS: Updates
* GTK+ at ftp://ftp.gtk.org/pub/gtk/.
*/
-#if HAVE_CONFIG_H
-# include <config.h>
-# if STDC_HEADERS
-# include <string.h>
-# include <stdio.h>
-# endif
-#else
-# include <stdio.h>
-#endif
+#include "config.h"
+
+#include <string.h>
#include "gtkprogressbar.h"
#include "gtkprivate.h"